Template Function cereal::serialize(Archive&, cv::KeyPoint&)

Function Documentation

template<class Archive>
inline void cereal::serialize(Archive &ar, cv::KeyPoint &kf)

Serialisation of a cv::KeyPoint using cereal.

Parameters
  • ar[in] The archive to (de)serialise.

  • vec[in] The KeyPoint to (de)serialise.